home *** CD-ROM | disk | FTP | other *** search
- module oRoot1 is cBox
- with
- Flags is $00000152;
- release Editor:
- IOWindow is {$00000111,$0000002B,$0000022B,$000002CD,$00000000,$00000000,$00000000,$00000000};
- LayoutWindow is {$00000106,$00000035,$0000028F,$000001EF,$00000000,$00000000,$00000064,$00000000};
- end;
- Name is "Root";
- Enabled is false;
-
- Width is 800; Height is 600;
-
-
- Elements is [
- oCOPYRITE2
- ];
- Events is [
- cOffscreenEvent
- with Flags is $00000004;
- Commands is [
- cRunCommand
- with Target is oCOPYRITE2; end,
- cFocusCommand
- with Target is oCOPYRITE2; end
- ];
- end
- ];
- end;
-
- object oCOPYRITE2 is cImage
- with
- Flags is $00000554;
- Name is "COPYRITE";
- Cursor is oEmptyCursor;
- AdjustX is AlignToCenter; AdjustY is AlignToMiddle;
- AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight;
- Duration is 4; Duration is 4; TimeScale is 1;
- URL is "data/Images/copyright.jpg"; URLOption is GetDiskURL;
- Bitmapped is false;
-
- Events is [
- cFinishedEvent
- with Flags is $00000004;
- Commands is [
- cBrowseCommand
- with Flags is $00000004; URL is "Data/Interface/generique.k"; URLOption is GetDiskURL; end
- ];
- end,
- cKeyboardEvent
- with Flags is $00000004; Test is IsPageDown;
- Commands is [
- cBrowseCommand
- with Flags is $00000004; URL is "Data/Interface/generique.k"; URLOption is GetDiskURL; end
- ];
- end
- ];
- end;